home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13961 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: li.net!jeremy
  2. From: jeremy@newshost.li.net (Jeremy Markman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Need Professional advice (by a beginner)
  5. Date: 11 Apr 1996 02:00:30 GMT
  6. Organization: LI Net (Long Island Network)
  7. Message-ID: <4khp3u$5v3@linet06.li.net>
  8. References: <316996F3.3343@netvision.net.il>
  9. NNTP-Posting-Host: linet01.li.net
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Bruce Klaydman (bruce@netvision.net.il) wrote:
  13. : I want to be a professional programmer my question is
  14. : can I do it on my own (without taking any courses) ?
  15. : If so what books should I read, what language(s) should I study
  16. : (should it be C or C++, or both)?
  17.  
  18. Learning a language is relatively easy.  Learning how to program is 
  19. difficult.  There is a big difference.
  20.  
  21. I can tell countless stories of people who know the syntax of a language, 
  22. but cannot formulate an algoritm to save their life. 
  23.  
  24. The best thing college taught me was not languages, in fact, 90% of the 
  25. code I type is from languages I didn't know in college.  The best thing I 
  26. learned was how to approach the development of a program and, as 
  27. logically follows, the development of the algorithms needed to make it 
  28. work...
  29.  
  30. In summary, I don't think you can get these skills from a book.  You need 
  31. a programming course, not a language course, and experience (which you 
  32. can get my writing stuff on your own).  The most successful people from 
  33. my college days were the ones who played around on their own after their 
  34. homework was completed...
  35.